home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- Project : MacPerl - Standalone Perl
- File : MPConsole.cp - Console interface for GUSI
- Author : Matthias Neeracher
- Language : MPW C/C++
-
- $Log: MPConsole.h,v $
- Revision 1.1 1994/02/27 23:02:58 neeri
- Initial revision
-
- Revision 0.1 1993/08/14 00:00:00 neeri
- WIOSELECT
-
- *********************************************************************/
-
- #define WIOSELECT (('w'<<8)|0x00) /* Put window to front */
-
- void CloseConsole(Ptr cookie);
-